
/*Start Subscribe*/
article.Ragab {
    background-color: #3a8bcd;
    margin: 2% 0px;
    height: 285px;
  
  }
  .Subscribe {
    padding: 15px;
    text-align: center;
  }
  .Subscribe span {
    background-color: #fff;
    padding: 3px;
    display: block;
    width: 30px;
    margin: 30px auto;
  }
  .Subscribe h2 {
    color: #fff;
    margin: 10px 0px 18px 0px;
  }
  .Subscribe p {
    text-transform: capitalize;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7rem;
    margin: 10px 0px 20px 0px;
  }
  .Subscribe input {
    width: 35%;
    border: none;
    outline: none;
    border-radius: 6px;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
    border: 1px solid #fff;
    text-indent: 10px;
    color: #fff;
    font-weight: bold;
  }
  input#Change::placeholder{
      color:#fff !important;
  }
  .Subscribe button {
    width: 20%;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 10px 0px;
    color: #5fa1d6;
    font-weight: bold;
    cursor: pointer;
    margin-left: 15px;
  }
  /*End Subscribe*/
